home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / DRVSPC.ZIP / DRVSPACE.DOC < prev    next >
Encoding:
Text File  |  1989-04-17  |  508 b   |  14 lines

  1. This LEM was placed in the public domain by Micro Solutions Group, Inc.
  2. The LEM is a FUNCTION and returns a long value containing the current
  3. available drivespace for the default drive or the specified drive.
  4.  
  5.     CALLING FORMAT:  n = DRVSPACE(<drive number>)
  6.  
  7.     The free drive space is returned to n for the drive number specified.
  8.     Drive numbers are as follows: 0 = Default Drive, 1 = A, 2 = B, 3 = C, etc.
  9.  
  10.     MAP SETUP:     MODULE('DRVSPACE.BIN'),BINARY
  11.            FUNC(DRVSPACE),LONG
  12.            .
  13.  
  14.